is Started
Checks if the control is currently in a started or active operational state.
This state is typically achieved after #start() has been successfully called and before #stop() or #dispose() is invoked.
Indicates whether the StaticImageView has successfully loaded and is displaying an image.Return
true
if a drawable (the image) is set and visible, false
otherwise.